home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Utilities
/
Programming
/
MT2Trivial 2.1.3
/
MT2Trivial 2.1.3 ƒ
/
MT2Trivial Templates ƒ
/
NewWindow.c.Trivial
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-28
|
260 b
|
16 lines
|
[
TEXT/MPS
]
//%%DOC: NewWindow.c.Trivial -- begin
void DoNewWindow( short WINDId, WindowPtr window );
void DoNewWindow( short WINDId, WindowPtr window )
{
window = nil;
window = GetNewWindow( WINDId, nil, (WindowPtr)-1L );
}
//%%DOC: NewWindow.c.Trivial -- eof